-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add alias pygame.Sound
#3063
Add alias pygame.Sound
#3063
Conversation
I think it would be good to hold off on examples and usage changes for now, since the docs go up to the website before the next release. And people sometimes open issues when examples fail to run on the latest release version (as they should). |
I didn't think about that! reverted :) (this will probably have to be squashed for merging because reverting took me 4 commits for no reason) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the PR 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this will be a good feature!
It has been enough time for the Sound class to get its alias!
I don't recall the last time I used a Channel object but somehow that has the alias and not Sound, which is more common.
I also slightly changed the examples to use the alias, if you prefer how it was previously just say so and I'll revert at the speed of light.